home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-08-09 | 610 b | 21 lines |
- *** Makefile.SH Mon Oct 11 15:20:25 1993
- --- Makefile.SH.frac Mon Oct 11 15:19:13 1993
- ***************
- *** 37,43 ****
-
- CFILES = blob.c bounds.c box.c cone.c csg.c cylinder.c disc.c grid.c \
- hf.c instance.c list.c intersect.c geom.c plane.c poly.c \
- ! roots.c sphere.c torus.c triangle.c
-
- OFILES = $(CFILES:.c=.o)
-
- --- 37,44 ----
-
- CFILES = blob.c bounds.c box.c cone.c csg.c cylinder.c disc.c grid.c \
- hf.c instance.c list.c intersect.c geom.c plane.c poly.c \
- ! roots.c sphere.c torus.c triangle.c ifs.c allocmatrix.c \
- ! fractalobject.c mountain.c
-
- OFILES = $(CFILES:.c=.o)
-
-